If IsNumeric(Text2.Text) = False Then MsgBox "please enter a valid amount!", vbExclamation, "hitter by anti": Text2.Text = "0": Exit Sub
Command1.Caption = "stop"
Text3.Visible = True
For a = 1 To Text2.Text
If Stopper& = 1 Then Exit Sub
Do While Inet1.StillExecuting
DoEvents
Loop
Inet1.Execute Text1.Text, "GET " & Text1.Text
Text3.Text = Text3.Text + 1
Next a
Else
Stopper& = 1
Command1.Caption = "begin"
Text3.Visible = False
End If
Exit Sub
ErrorHandler:
MsgBox "an error has occured, possibly because the website may not exist. please try another website, or just try again.", vbInformation, "hitter by anti"